sbc-cdr-format
This command customizes the format of CDRs for SBC (SBC CDR Format table) calls.
Syntax
(config-troubleshoot)# cdr (cdr)# cdr-format sbc-cdr-format <Index> (sbc-cdr-format-<Index>)#
Command |
Value |
---|---|
Index |
Defines the table row index. |
cdr-type {local-storage-gw|radius-gw|syslog-gw} |
Defines the type of CDRs that you want customized. |
col-type {acct-stat-type|alert-time|blank|call-duration|call-end-seq-num|call-id|call-orig|call-orig-radius|call-success|callee-display-id|caller-display-id|cdr-type|channel-id|coder-transcoding|coder-type|connect-time|direct-media|dst-host|dst-host-before-map|dst-ip|dst-port|dst-tags|dst-uri|dst-uri-before-map|dst-username|dst-username-before-map|ep-type|global-session-id|h323-id|ip-group-id|ip-group-name|ip-profile-id|ip-profile-name|is-recorded|latched-rtp-ip|latched-rtp-port|latched-t38-ip|latched-t38-port|lcl-in-oct|lcl-in-pkt|lcl-jitter|lcl-mos-cq|lcl-out-oct|lcl-out-pkt|lcl-pkt-loss|lcl-r-factor|lcl-round-trip-delay|lcl-rtp-ip|lcl-rtp-port|lcl-ssrc-sender|leg-id|mc-index|mc-name|media-list|media-realm-id|media-realm-name|media-type|none|payload-type|pkt-interval|proxy-set-id|proxyset-name|radius-call-id|redirect-reason|redirect-uri|redirect-uri-before-map|release-time|released-from-ip|report-type|rmt-in-oct|rmt-in-pkt|rmt-ip|rmt-jitter|rmt-mos-cq|rmt-out-oct|rmt-out-pkt|rmt-pkt-loss|rmt-port|rmt-r-factor|rmt-round-trip-delay|rmt-rtp-ip|rmt-rtp-port|rmt-sip-user-agent|rmt-ssrc-sender|rtp-ip-diffserv|session-id|setup-time|sig-ip-diffserv|sip-int-id|sip-local-tag|sip-method|sip-remote-tag|sip-term-desc|sip-term-reason|sipinterface-name|src-dial-plan-tags|src-host|src-host-before-map|src-ip|src-port|src-tags|src-uri|src-uri-before-map|src-username|src-username-before-map|srd-id|srd-name|tenant-id|term-reason|term-reason-cat|term-reason-val|term-side|term-side-radius|term-side-yes-no|transport-type|trigger|var-call-user-def-1|var-call-user-def-2|var-call-user-def-3|var-call-user-def-4|var-call-user-def-5|voice-ai-connector-id|voice-ai-connector-name|was-call-started} |
Defines the CDR field (column) that you want to customize. |
radius-id |
Defines the ID of the RADIUS Attribute. |
radius-type {standard|vendor-specific} |
Defines the RADIUS Attribute type. |
title |
Configures a new name for the CDR field name. |
Command Mode
Privileged User
Example
This example changes the CDR field name "connect-time" to "Call-Connect-Time=" and the RADIUS Attribute to 281 for RADIUS messages:
(cdr)# cdr-format sbc-cdr-format 0
(sbc-cdr-format-0)# cdr-type radius-sbc (sbc-cdr-format-0)# col-type connect-time (sbc-cdr-format-0)# title Call-Connect-Time= (sbc-cdr-format-0)# radius-type vendor-specific (sbc-cdr-format-0)# radius-id 281